Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: #7239: Incorrect behaviour of dragging over DataTable rows #7241

Merged
merged 1 commit into from
Sep 24, 2024

Conversation

kttmv
Copy link
Contributor

@kttmv kttmv commented Sep 24, 2024

Defect Fixes
Fix #7239

Changes
Fixed onRowDragOver listener to prevent default action only when row dragging is active. Added an early return if rowDragging is inactive, avoiding unnecessary preventDefault() call.

chrome_6Zkj7IIdGC.mp4
chrome_sjP4PH5YNu.mp4

Copy link

vercel bot commented Sep 24, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

2 Skipped Deployments
Name Status Preview Comments Updated (UTC)
primereact ⬜️ Ignored (Inspect) Visit Preview Sep 24, 2024 0:14am
primereact-v9 ⬜️ Ignored (Inspect) Visit Preview Sep 24, 2024 0:14am

@melloware melloware merged commit 92cba95 into primefaces:master Sep 24, 2024
7 checks passed
@kttmv kttmv deleted the fix-7239 branch September 24, 2024 16:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DataTable incorrectly indicates drop functionality for unrelated draggable elements
2 participants